home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Especial Multimedia
/
Especial Multimedia.iso
/
Multimed
/
Prg
/
IMAGELIB.ZIP
/
MIMAGE.ZIP
/
UDBSIMP.DFM
/
UDBSIMP.txt
Wrap
Text File
|
1995-07-23
|
1KB
|
62 lines
object Form1: TForm1
Left = 123
Top = 109
Width = 454
Height = 300
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 7
Width = 403
Height = 13
Caption =
'Set the databasename of table1 to the directory where the table' +
'name database lives!'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBMultiImage1: TDBMultiImage
Left = 37
Top = 24
Width = 377
Height = 217
JPegDither = 0
JPegResolution = 8
JPegSaveQuality = 0
JPegSaveSmooth = 0
UPdateBlobAsJpeg = True
DataField = 'BLOBIMAGE'
DataSource = DataSource1
TabOrder = 0
end
object DBNavigator1: TDBNavigator
Left = 97
Top = 247
Width = 271
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object Table1: TTable
Active = True
DatabaseName = 'c:\delphi\jpgblob'
TableName = 'JPSTAMP.DBF'
Left = 352
Top = 48
end
object DataSource1: TDataSource
DataSet = Table1
Left = 352
Top = 88
end
end